home *** CD-ROM | disk | FTP | other *** search
/ Commodore Free 40 / Commodore_Free_Issue_40_2010_Commodore_Computer_Club.d64 / prg starter t&t < prev    next >
Text File  |  2023-02-26  |  4KB  |  177 lines

  1.  
  2.  
  3. *************************************
  4.      PRG STARTER TRICKS AND TIPS
  5. *************************************
  6.  
  7. Alternative starting methods
  8.  
  9. Instead of double clicking files
  10. associated to PRG Starter, you can
  11. drag and drop files on PRG Starter's
  12. program icon. So if you have a file
  13. that you know is a PRG file but
  14. without the .prg extension, and if
  15. you don't want to rename it; Then
  16. you can just drag and drop the file
  17. on PRG Starter's program icon to
  18. start it. So you could make a
  19. shortcut to PRG Starter on your
  20. desktop just for that purpose if you
  21. like.
  22.  
  23. You can use PRG Starter from the
  24. command line as well. For example:
  25. PRG_Starter.exe "the demodisk.d64"
  26.  
  27. Changing the starting address of
  28. files
  29.  
  30. It's possible to change the starting
  31. address of programs that have a
  32. $XX01 starting address. (All normal
  33. program ram spaces ends with $01).
  34. If this is the case, a "Change"
  35. button will appear. So if it's
  36. obvious that's the wrong emulator is
  37. used for a file, you can change it
  38. to the right one. Some programs do
  39. have the wrong starting address if
  40. for example someone have loaded and
  41. saved a program with a computer that
  42. it wasn't made for. In the change
  43. address dialog, some choices will be
  44. shadowed and unavailable when it's
  45. not possible or unwise to save as
  46. those types.
  47.  
  48. The change button even works on
  49. files inside disk images.
  50.  
  51. Dual cartridge images on Vic-20
  52.  
  53. Some cartridge images on Vic-20 are
  54. in two parts that go to different
  55. memory addresses. They are normally
  56. named something like
  57. SpaceMan_6000.prg and
  58. SpaceMan_A000.prg. To start these,
  59. do like this:
  60.  
  61. * Double click the non-A000 part.
  62. * Then drag and drop the A000 part
  63.   into the VICE window.
  64. * Press Alt-R to start.
  65.  
  66. Global Overrides
  67.  
  68. You can force a file to be opened
  69. with any emulator by renaming the
  70. file and putting any of the
  71. following keywords in the filename:
  72.  
  73. (c64), (c128), (plus4), (pet),
  74. (cbm2),
  75. (vic_all) = Vic20 with ram in all
  76. memory blocks,
  77. (vic_none) = Unexpanded Vic20,
  78. (vic_3k) = Vic20 with 3k expansion,
  79. (Vic) = Vic-20 with automatic memory
  80. configuration.
  81.  
  82. Only use the overrides when you find
  83. a file that doesn't open with the
  84. right emulator and when the Change
  85. button doesn't appear or help. This
  86. is mostly useful for files with
  87. strange starting addresses, for
  88. example auto starting files.
  89.  
  90. Additional VICE options
  91.  
  92. You can put additional VICE options
  93. inside {SHIFT-+}{SHIFT--}-brackets in the filename
  94. to add these options to VICE. This
  95. is useful in case a file needs
  96. special features in VICE that you
  97. normally don't have in your VICE
  98. settings. Many demo disks need true
  99. drive emulation for example, for
  100. which you can add {SHIFT-+}-truedrive{SHIFT--} in
  101. the filename.
  102. For example: bible1{SHIFT-+}-truedrive{SHIFT--}.d81
  103. You can find options to use here.
  104.  
  105. The popup window
  106.  
  107. A counting down message is shown in
  108. the pop up window. To prevent the
  109. window from closing, click on the
  110. message. The counting down will also
  111. stop if you press any of the buttons.
  112.  
  113. Config file
  114.  
  115. The config file (that just contains
  116. the VICE path) is located in your
  117. Documents folder and is named
  118. "PRGStarter".
  119.  
  120. Troubleshooting
  121.  
  122. If the file association setup fails
  123. for a file type, then try to do it
  124. manually:
  125.  
  126. Vista/7: In the Windows Control Panel
  127. -> Default programs
  128. -> Associate a file type...
  129.  
  130. Windows XP: In the Folder Options.
  131.  
  132. If that doesn't work either, then
  133. start REGEDIT and delete the
  134. extension key in question under
  135. HKEY_CURRENT_USER\Software\Microsoft\
  136. Windows\CurrentVersion\Explorer\FileE
  137. xts\ and then run the PRG Starter
  138. setup again.
  139.  
  140. Bug Reports
  141.  
  142. The vast majority of files are
  143. identified correctly, but NOT all
  144. files. That is just impossible
  145. because of the limited information
  146. PRG files contain. That is why I
  147. have provided the override filename
  148. tags. However, if you find PRG
  149. Starter to misbehave, you are very
  150. welcome to send me a bug report.
  151. (Use the email address displayed in
  152. the PRG Starter popup window). But
  153. please first try to autostart the
  154. file in the correct VICE emulator
  155. yourself with "File->Autostart
  156. Disk/Tape image". If that isn't
  157. possible, then how would PRG Starter
  158. be able to do it?
  159.  
  160. News
  161.  
  162. V1.4.3 - 18/4 2010 (Minor update)
  163. * The routine that detects machine
  164. language access of the TED chip
  165. (Plus/4) was fine-tuned.
  166.  
  167. V1.4.2 - 17/4 2010 (Minor update)
  168. * Added support for Commodore 64
  169. .crt files.
  170.  
  171. V1.4.1 - 15/4 2010 (Minor update)
  172. * Added support to display Vic-20
  173. Minipaint pictures.
  174. * Added support for .D41 files
  175. (Which is the same thing as D64)
  176.  
  177. =====================================